Skip to main content

App Name

Custom app name configuration for universal apps. Control the display name of your application that appears in device launchers, app stores, and system settings.

Configuration

The app name is configured through the WEBVIEW_CONFIG object in your app configuration:

{
"WEBVIEW_CONFIG": {
"android": {
"appName": "My Awesome App"
}
}
}